.dropdownmenu {
	clear: both;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #333;
}
.dorpmenu {
	float: left;
	width: 131px;
	height: 52px;
	line-height: 52px;
	color: #333;
	text-align: center;
	margin-left: 0px;
	padding-right: 2px;
	background:url(https://img.alicdn.com/imgextra/i2/50424609/TB2ynbNifNNTKJjSspkXXaeWFXa_!!50424609.png) right no-repeat;
}
a.dorpmenu:link, a.dorpmenu:visited, a.dorpmenu:active {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 131px;
	height: 52px;
	line-height: 52px;
	background-color: transparent;
	font-size: 15px;
	font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
}
a.dorpmenu:hover {
	color: #fff;
	width: 131px;
	height: 52px;
	line-height: 52px;
	background:url(https://img.alicdn.com/imgextra/i4/50424609/TB29e_4ifBNTKJjSszbXXaFrFXa_!!50424609.png) repeat-x;
	text-align: center;
	text-decoration: none;
}
div.subdorpmenu {
	display: none;
	position: absolute;
}
div.subdorpmenu ul {
	border: 0px #333 solid;
	border-top: 0px;
	width: 131px;
}
div.subdorpmenu ul.firstdrop {
	width: 131px;
}
div.subdorpmenu li {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	line-height: 52px;
	height: 46px;
	color: #999;
	background: #999;
	border-bottom: 0px #CCC solid;
}
div.subdorpmenu li.current {
	height: 46px;
	color: #333;
	background: #666;
}
div.subdorpmenu a, a.subdorpmenu:link, a.subdropmenu:visited, a.subdorpmenu:active {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 46px;
	font-size: 14px;
	font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
	background-color:#1a6bb8;
	text-decoration: none;
	transition: .35s all ease;
	-webkit-transition: .35s all ease;
	-o-transition: .35s all ease;
	-ms-transition: .35s all ease;
	-moz-transition: .35s all ease;
}
div.subdorpmenu a:hover {
	display: block;
	color: #222222;
	background-color:#f8f8f8;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
}
